Components
Pagination
A navigation control for traversing paginated content.
Installation
NPM packages are currently unstable and may cause issues. Use it at your own risk.
Usage
Pagination Style Slots
Slot Name | Targeted Component | Purpose |
---|---|---|
base | Pagination | Styles the root pagination component. |
content | PaginationContent | Styles the content area of the pagination. |
list | PaginationList | Styles the list container for pagination items. |
listItem | PaginationList | Styles individual pagination items. |
previousBtn | PaginationPreviousButton | Styles the button for the previous page. |
previousElipsis | PaginationPreviousElipsis | Styles the ellipsis before the previous page. |
nextBtn | PaginationNextButton | Styles the button for the next page. |
nextElipsis | PaginationNextElipsis | Styles the ellipsis after the next page. |